@charset "utf-8";
.m-btn {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 32px;
}
.m-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #3b3b3b;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span::before,
.m-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #3b3b3b;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span:before {
  top: -8px;
}
.m-btn span:after {
  bottom: -8px;
}
.m-btn.active span {
  background: transparent;
  margin-left: 10px;
}
.m-btn.active span:before {
  transform: rotate(-48deg) translate(-6px, 5px);
  -webkit-transform: rotate(-48deg) translate(-6px, 5px);
  -o-transform: rotate(-48deg) translate(-6px, 5px);
  width: 24px;
}
.m-btn.active span:after {
  transform: rotate(48deg) translate(-6px, -5px);
  -webkit-transform: rotate(48deg) translate(-6px, -5px);
  -o-transform: rotate(48deg) translate(-6px, -5px);
  width: 24px;
}
@media (max-width: 1199px) {
  .ny-header .nav > ul > li {
    padding-left: 0;
  }
  .ny-header .language {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .m-btn {
    display: block;
  }
}
/* 内页banner */
.ny-ban {
  position: relative;
  overflow: hidden;
  min-height: 80px;
}
.ny-ban img {
  width: 100%;
}
.ny-ban .ny-title {
  width: 100%;
  position: absolute;
  bottom: 12%;
  color: #fff;
}
.ny-ban .ny-title h5.cntitle {
  font-size: 55px;
  font-weight: lighter;
  line-height: 1;
}
.ny-ban .ny-title h5.entitle {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: lighter;
}
.ny-ban .ny-title p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .ny-ban .ny-title h5.cntitle {
    font-size: 22px;
  }
  .ny-ban .ny-title h5.entitle {
    font-size: 18px;
  }
  .ny-ban img {
    width: 150%;
    margin-left: -25%;
  }
}
/* 当前位置 */
.position {
  position: relative;
  padding: 15px 0px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.position span {
  font-weight: 600;
  color: #004388;
}
.position ul {
  display: flex;
  font-size: 12px;
}
.position ul li {
  padding: 0px 8px;
  background: url(../img/new_ico01.png) no-repeat 0 center;
}
.position ul li a{
  color: #6f6f6f;
}
.position ul li a:hover {
  text-decoration: underline;
}
.position ul.ny-nav li a {
  font-size: 18px;
  font-weight: 200;
  padding-right: 10px;
  margin-right: 10px;
  transition: 0.6s;
}
.position ul.ny-nav li a.active,
.position ul.ny-nav li a:hover {
  color: #0070c6;
  font-weight: 600;
}
/* 搜索 */
.search {
  position: relative;
  display: inline-block;
  float: right;
  width: 250px;
  margin-top: 30px;
}
.search .search-box form {
  width: 100%;
  height: 100%;
}
.search .search-box form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e3e3e3;
  background: transparent;
  padding: 0px 20px;
  border-radius: 25px;
}
.search .search-box form input:-moz-placeholder {
  font-size: 14px;
}
.search .search-box form input:-ms-input-placeholder {
  font-size: 14px;
}
.search .search-box form input::-webkit-input-placeholder {
  font-size: 14px;
}
.search .search-box form button {
  background: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  width: 60px;
  color: #363433;
  height: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search .search-box form button i {
  font-size: 20px;
}
@media (max-width: 992px) {
  .position {
    padding: 0px 0px;
  }
}
/*关于我们*/

.about-con h5 {
  font-size: 20px;
  margin: 10px 0px;
}
.about-con h5:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #3cb149;
  margin: 10px 0px;
}
.about-con h3 {
  font-size: 18px;
  margin: 10px 0px;
}
.about-con p {
  margin-bottom: 10px;
}
.about-con .two {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}
.about-con .two img{
  height: auto;
  height: 192px;
}
.imglist {
  position: relative;
  margin-top: 20px;
}
.imglist img {
  margin: 15px 0px;
  border-radius: 0px;
  width: 100%;
}
.ny-net-box {
  padding: 60px 0px;
  font-size: 20px;
}
.ny-net-box .info {
  width: 60%;
  font-weight: lighter;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .imglist {
    overflow: hidden;
  }
}
/* 荣誉证书 */
.about-honor {
  background: #f6f6f6;
}
.ny-honor .honor-list img {
  max-width: 100%;
}
.ny-honor .honor-list {
  text-align: center;
}
.ny-honor .honor-list a {
  display: block;
  padding: 8px;
  border: 1px solid #ddd;
  background: #fff;
}
.ny-honor .honor-list p {
  line-height: 1.4;
  overflow: hidden;
  padding: 15px;
  font-size: 14px;
}

/*研发团队*/
.team-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-list ul li {
  width: 49%;
  margin: 15px 0px;
  padding: 1.5% 1.5%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
}
.team-list ul li .team-img {
  width: 40%;
}
.team-list ul li .team-con {
  width: 57%;
  padding-right: 10px;
  text-align: justify;
}
.team-list ul li .team-con div {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team-list ul li .team-con h5 {
  font-size: 20px;
}
.team-list ul li .team-con h5:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  margin: 10px 0px;
  background: #1f407e;
}
/*企业文化*/
.culture-list {
  overflow: hidden;
  background: #f5f5f5;
  margin: 0 0 20px;
}
.culture-box .culture-img img {
  width: 100%;
}

.culture-box .culture-con {
  padding: 5%;
}

.culture-box h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bolder;
}

.culture-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.culture-box .culture-zhan {
  counter-reset: number 0;
}

.culture-box .culture-zhan li {
  position: relative;
  margin-bottom: 1px;
  line-height: 1.6;
  font-size: 16px;
  padding: 10px 15px 10px 30px;
}

.culture-box .culture-zhan li:before {
  counter-increment: number 1;
  content: "0"counter(number);
  position: absolute;
  left: 0;top: 0;
  width: 30px;
  height: 100%;
  padding-top: 10px;
  vertical-align: middle;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

/*内页案例*/
.ny-case-list {
  margin: 10px 0px 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: 1px dashed #dddddd;
}

.ny-case .ny-case-list .ny-case-img img {
  width: 100%;
}
.ny-case .ny-case-list .ny-case-content {
  font-weight: lighter;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ny-case .ny-case-list .ny-case-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.ny-case .ny-case-list .ny-case-intro {
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .ny-case .ny-case-list {
    margin: 10px 0px;
    padding-bottom: 10px;
  }
  .ny-case .ny-case-list .ny-case-img {
    padding-right: 0;
    margin-top: 30px;
  }
  .ny-case .ny-case-list .ny-case-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .ny-case .ny-case-list .ny-case-title span {
    display: block;
    width: 100%;
    text-align: left;
  }
  .ny-case .ny-case-list .ny-case-intro {
    width: 100%;
    font-size: 13px;
  }
}

/*发展历程*/

.timeline {
  padding-top: 80px;
  overflow: hidden;
}

.timeline .tit {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin: 15px 0 45px;
}

.timeline .tit span {
  display: block;

  font-size: 24px;

  color: #666666;
}

.timeline ul li {
  position: relative;
  padding: 10px 0;
  height: auto;
}

.timeline ul li:nth-child(2n) {
  padding-left: 54%;
  text-align: left;
}
.timeline ul li:nth-child(2n + 1) {
  padding-right: 54%;
  text-align: right;
}

.time-con::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  z-index: 2;
  background: #3cb149;
  border: 3px solid #a9ffb3;
}

.time-con::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 6px);
  width: calc(4% - 6px);
  height: 2px;
  background: #efefef;
}
.timeline ul li:nth-child(2n + 1) .time-con::after {
  left: auto;
  right: calc(50% + 6px);
}
.timeline ul li::before,
.timeline ul li::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: calc(50% - 4px);
  left: 50%;
  background: #efefef;
  margin-left: -1px;
}
.timeline ul li::after {
  top: auto;
  bottom: 0;
}
.time-con {
  display: inline-block;
  min-width: 40%;
  min-height: 40px;
  border-radius: 4px;
  padding: 20px 20px;
  cursor: pointer;
  background-color: #fff;
}
.time-con h4 {
  font-size: 18px;
  color: #3cb149;
  text-align: left;
  margin: 10px 0px;
}
.time-con p {
  text-align: left;
}
.main {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
}
.ny-comm {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.ny-comm .comm-left {
  width: 20%;
  padding: 0px 0px;
  float: left;
}
.ny-comm .comm-right {
  width: 76%;
  background: #fff;
  padding: 0px 0px;
  float: right;
  position: relative;
}
.ny-comm .ny-title {
  font-size: 20px;
  line-height: 2.6;
  padding-left: 20px;
  margin-bottom: 25px;
  background-color: #ececec;
  color: #0889c2;
  font-family: '微软雅黑';
}

@media (max-width: 767px) {
  .ny-comm .ny-title {
    font-size: 20px;
  }
  .ny-comm .ny-title span {
    font-size: 30px;
  }
  .main {
    padding-bottom: 30px;
  }
}
.ny-comm .ny-title ul {
  float: right;
  font-size: 14px;
  font-weight: normal;
}

.ny-comm .ny-title ul li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
}
.ny-comm .ny-title ul li a {
  color: #76787a;
}

/* 发展历程 */
.yeartitle {
  display: flex;
  align-items: center;
}
.yeartitle .list-tit {
  color: #7f7f7f;
  width: 6%;
  font-size: 20px;
  margin: 10px 50px 10px 0;
  text-align: left;
}
.yeartitle .con {
  color: #000;
  width: 87%;
  background: url(../img/history_line.jpg) repeat-y 9px;
  float: right;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  list-style-type: square;
}
.yeartitle .con div {
  width: 90%;
  color: #000;
  padding: 30px 0 30px 60px;
  background: url(../img/dian.jpg) no-repeat 0px center;
  overflow: hidden;
  position: relative;
}

/*产品类别*/
.ny-comm .comm-left .cstlayer {
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  background: #0889c2;
}
.ny-comm .comm-left .ny-nav {
  background: #fff;
  padding: 15px 20px 20px;
  margin-bottom: 25px;
  background: #f1f1f1;
}
.ny-comm .comm-left .ny-nav li {
  position: relative;
  line-height: 1.4;
  padding: 10px 10px 10px 0px;
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
}
.ny-comm .comm-left .ny-nav li a {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  background: url(../img/new_ico01.png) no-repeat 0 7px;
}

.ny-comm .comm-left .ny-nav li.active a,
.ny-comm .comm-left .ny-nav li a:hover {
  color: #0889c2;
}

/*案例*/
.ny-case .cooper-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #dcdcdc;
}
.ny-case .cooper-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ny-case .cooper-content li {
  width: 19%;
  margin: 15px 0.5%;
}
.ny-case .cooper-content li h5 {
  line-height: 1.4;
  overflow: hidden;
  font-size: 14px;
  padding: 15px 0;
}
.case-info {
  margin-bottom: 80px;
}
.case-info h5 {
  font-size: 36px;
  font-weight: 700;
}
.ny-case .case-list {
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.ny-case .case-list i {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.ny-case .case-list h5 {
  line-height: 1.4;
  overflow: hidden;
  font-size: 16px;
  padding: 15px;
}
.ny-case .case-list h5:after {
  content: "";
  display: block;
  background: #e93404;
  width: 25px;
  height: 2px;
  margin: 5px auto;
}
.ny-case .case-list img {
  width: 100%;
  transition: all 0.6s;
}
.ny-case .case-list:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*Customized Cooperation Process*/
.ny-process .process-list {
  margin: 15px 0px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 30px 30px;
  transition: all 0.6s;
}
.ny-process .process-list:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
}
.ny-process .process-list span {
  display: block;
  overflow: hidden;
  min-height: 50px;
}
.ny-process .process-list ul {
  display: flex;
  justify-content: space-between;
}
.ny-process .process-list ul li {
  width: 49%;
}
/*产品列表*/
.related_product .product-list {
  border: 1px solid #efefef;
}
 .product-list{
    position: relative;
    background:#fff;
    overflow: hidden;
    padding: 10px 10px;
    transition: all 0.6s;
    margin-bottom: 20px;
    border: 1px solid #efefef;
}
.product-list .product-img {
  background: #fff;
  overflow: hidden;
  transition: all 0.6s;
}
.product-list .product-img img {
  width: 100%;
  transition: all 0.6s;
}
.pro-con {
  transition: all 0.6s;
}
.product-list .pro-con h5 {
  line-height: 1.2;
  font-size: 16px;
  padding: 10px 0px 0px;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.6s;
}
.product-list .pro-con .product-concent-p{
  font-size: 14px;
  color: #0f4bb0;
}
.product-list:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
}
 .product-list:hover .product-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ny-pro-list .ny-pro-img {
  overflow: hidden;
  padding: 10px;
}
.ny-pro-list .ny-pro-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ny-pro-list .ny-pro-title {
  background: #f2f2f2;
  padding: 8px 15px;
  font-size: 18px;
  height: 70px;
  transition: all 0.6s;
}
.ny-pro-list:hover .ny-pro-title {
  background: #0088e5;
  color: #fff;
}
.ny-pro-list:hover {
  box-shadow: 0 0 10px #bbb;
}
.ny-pro-list:hover .ny-pro-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ny-comm .m-pro-nav {
  display: none;
}
.ny-comm .m-pro-nav .dropdown .btn {
  width: 100%;
  padding: 10px 0;
  background: #0780bd;
  color: #fff;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu {
  width: 100%;
  padding: 10px 20px;
  height: 260px;
  overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}
.ny-product .product-box {
  padding: 50px 50px;
  background: #fff;
}
@media (max-width: 991px) {
  .ny-comm .about-title,
  .ny-img .img-con h5 {
    font-size: 24px;
  }
  .ny-comm .entitle {
    font-size: 40px;
  }
  .ny-comm .comm-left {
    display: none;
  }
  .ny-comm .comm-right {
    width: 100%;
    padding: 0px 0px;
    background: transparent;
  }
  .ny-comm .m-pro-nav {
    display: block;
    margin: 0px 0px 20px;
  }

  .ny-img .img-con {
    position: relative;
    width: 100%;
  }
  .ny-comm-box .comm-right .pname {
    font-size: 20px;
  }
  .ny-pro-list .ny-pro-title {
    font-size: 14px;
    height: auto;
  }
  .product-list,
  .ny-process .process-list {
    padding: 10px 10px;
  }
  .product-list .pro-con h5 {
    font-size: 16px;
    padding: 10px 0px;
  }
  .ny-product .product-box {
    padding: 20px 10px;
  }
}
/*产品底部*/
.pro-bottom {
  padding: 50px 0px;
}
.pro-bottom .atitle {
  position: relative;
  font-weight: lighter;
  line-height: 1.1;
  font-size: 25px;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.pro-bottom .atitle span {
  font-size: 30px;
  display: block;
  text-transform: uppercase;
}
.pro-bottom .atitle:after {
  content: "";
  display: block;
  background: #fdba33;
  width: 30%;
  height: 2px;
  margin: 0px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.pro-bottom .atitle i {
  float: right;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 25px;
  border-radius: 15px;
}
.pro-bottom .pro-news li {
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.2;
  padding: 12px 0px;
  font-weight: lighter;
}
.pro-bottom .pro-news li span {
  float: right;
  color: #fdb931;
  font-weight: bold;
}
.pro-bottom .pro-news li i {
  font-size: 12px;
}
.pro-bottom .pro-about {
  font-weight: lighter;
  padding-top: 12px;
}
.pro-bottom .pro-about span {
  display: block;
  font-weight: bold;
}
/*产品展示详情 */
.product-info {
  margin-bottom: 30px;
}
.product-info h3{
  text-align: center;
  font-size: 18px;
  color: rgb(54, 96, 146);
  padding: 10px;
}
.product-info img {
  width: 80%;
  height: auto;
  padding: 0px;
}
.product-con h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.product-con h5 span {
  display: block;
  font-size: 14px;
  color: #0f4bb0;
}
@media (max-width: 512px) {
  .product-con h5 {
    font-size: 20px;
  }
}
.product-con .overview {
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-con .overview {
    height: auto;
  }
}
.product-con .overview span {
  font-size: 20px;
  font-weight: bolder;
  color: #034496;
  display: block;
}
.scrollbox {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.scrollbox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.pro-wechat {
  margin: 0px auto 0px;
  font-size: 16px;
  text-align: center;
}
.pro-wechat .tel a,
.pro-wechat .online a {
  padding: 10px 25px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #01c1d8;
  border-radius: 30px;
}
.pro-wechat .online a {
  background: #118bcc;
}
.product-info-content {
  background: #fff;
  font-weight: 400;
  padding: 15px 15px;
}
.product-info-content strong {
  font-size: 16px;
}
.product-info-content img {
  margin: 0px auto 10px;
  width: auto;
  max-width: 100%;
}
.product-info-content h5 {
  margin-bottom: 20px;
  background: #fbfbfb;
  border-bottom: 1px solid #fbfbfb;
}
.product-info-content h5 span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 20px;
  background: #014cff;
  position: relative;
  z-index: 1;
}
.product-info-content .major .swiper-button-next,
.product-info-content .major .swiper-container-rtl .swiper-button-prev {
  right: 5px;
}
.product-info-content .major .swiper-button-prev,
.product-info-content .major .swiper-container-rtl .swiper-button-next {
  left: 5px;
}
.product-info-content table,
.product-con .overview table {
  margin-bottom: 0px;
}
.product-info-content p em,
.product-con .overview p em {
  border-top: 1px solid #ddd;
  display: block;
  font-style: normal;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background-color: #0070c6;
  color: #fff;
}
@media (max-width: 767px) {
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 8px 2px;
  }
}
/*产品tab*/
.pro-tab-box {
  background: #fff;
  overflow: hidden;
}
.pro-tab-box .nav-tabs {
  padding-top: 0px;
  border-bottom: 0px solid #dee2e6;
}
.pro-tab-box .nav-tabs > li {
  margin-top: 15px;
}
@media (max-width: 512px) {
  .pro-tab-box .nav-tabs > li.col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.pro-tab-box .nav-tabs > li > a {
  border-radius: 3px 3px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: block;
  background: #f1f1f1;
}
.pro-tab-box .nav-tabs > li > a i {
  font-size: 30px;
  float: left;
}
@media (max-width: 512px) {
  .pro-tab-box .nav-tabs > li > a {
    font-size: 12px;
    padding: 0px;
  }
  .pro-tab-box .nav-tabs > li > a i {
    font-size: 18px;
    padding-left: 20px;
  }
  .pro-tab-box .nav-tabs > li > a span {
    margin-left: -20px;
  }
}
@media (max-width: 430px) {
  .pro-tab-box .nav-tabs > li > a i {
    padding-left: 20px;
  }
  .pro-tab-box .nav-tabs > li > a span {
    margin-left: -10px;
  }
}
@media (max-width: 370px) {
  .pro-tab-box .nav-tabs > li > a i {
    padding-left: 10px;
  }
}
.pro-tab-box .nav-tabs > li.active a,
.pro-tab-box .nav-tabs > li.active a:focus,
.pro-tab-box .nav-tabs > li.active a:hover,
.pro-tab-box .nav-tabs > li > a:hover {
  color: #fff;
  cursor: pointer;
  border: none;
  background: #54ac06;
  font-weight: bolder;
  display: block;
}
.pro-tab-box .tab-pane {
  padding: 40px 0px;
  font-size: 14px;
  line-height: 2;
}
.pro-tab-box .tab-pane img {
  max-width: 100%;
}
.pro-tab-box .tab-pane .table th {
  background: #ececec;
  font-weight: bolder;
  text-align: center;
  font-size: 16px;
  padding: 20px 20px;
}
.pro-tab-box .tab-pane table td {
  margin-bottom: 0;
  text-align: center;
}
.pro-tab-box .tab-pane h5 {
  font-size: 20px;
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*相关下载*/
.downlist ul li {
  padding: 15px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.downlist ul li span {
  float: right;
}
.downlist ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #dcdcdc;
}
/*上一页下一页*/
.pre-next {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.pre-next span {
  font-weight: bold;
}
.product_back {
  padding: 30px 0px;
  border-bottom: 2px solid #e1e1e1;
}
@media (max-width: 991px) {
  .pre-next .text-right {
    text-align: left;
  }
}
/*相关产品*/

.related-title {
  font-size: 25px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 3px solid #c5c2c2;
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 512px) {
  .related-title {
    font-size: 20px;
  }
}
.related-title::after {
  display: block;
  content: "";
  width: 70px;
  height: 3px;
  background: #ff1c1c;
  margin: 20px auto 0px auto;
  margin-bottom: -3px;
}

/* 新闻 */

.ny-news .news-list {
  padding: 10px;
  background: url(../img/li.png) no-repeat left 22px;
  margin-bottom: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: 1px dotted #dcdcdc;
}
.ny-news .news-list .ny-news-img img {
  max-width: 100%;
}
.ny-news .news-list .ny-news-content {
  padding: 15px 20px 20px 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ny-news .news-list .ny-news-content .ny-news-title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ny-news .news-list .ny-news-content .ny-news-title span {
  float: right;
}
.ny-news .news-list .ny-news-content .ny-news-intro {
  width: 100%;
  font-size: 14px;
  color: #828282;
  margin-top: 10px;
}
.ny-news .news-list .ny-news-intro {
  width: 100%;
  font-size: 14px;
  color: #828282;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-news .news-list:hover {
  box-shadow: 0 0 10px #ddd;
}

@media (max-width: 991px) {
  .ny-news .news-list .ny-news-img {
    padding-right: 0;
  }
  .ny-news .news-list .ny-news-content .ny-news-title p {
    width: 100%;
    font-size: 16px;
  }
  .ny-news .news-list .ny-news-content .ny-news-title span {
    display: block;
    width: 100%;
    text-align: left;
  }
  .ny-news .news-list .ny-news-content .ny-news-intro {
    width: 100%;
  }
  .ny-news .news-list .ny-news-content {
    padding: 10px 0 10px 0;
  }
}
/* 新闻详情页 */
.ny-news-info {
  padding: 20px 0px;
  margin: 0px auto;
}
.ny-comm .news-info-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 35px;
  position: relative;
}
.ny-comm .news-info-title p {
  font-size: 2rem;
  font-weight: bold;
}
.ny-comm .news-info-title .date {
  color: #1f407e;
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  background: #f5f5f5;
  position: absolute;
  left: 50%;
  margin-left: -47px;
}
.ny-news-info .news-info-content {
  line-height: 28px;
  margin-bottom: 30px;
}
.news-info-content .theme-thumbnail {
  margin-bottom: 30px;
}
.news-info-content img {
  max-width: 100%;
  width: auto;
  margin: 15px 0px;
}
.ny-news-info .news-info-content p {
  margin: 10px 0px;
}
.ny-news-info .news-info-content video {
  width: 100%;
}
@media (max-width: 991px) {
  .ny-news-info {
    padding: 20px 0;
    width: 100%;
  }
  .ny-news-info .news-info-title p {
    font-size: 16px;
  }
}

/* 领军人物 */
.ny-leader ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny-leader ul li {
  width: 49%;
}
@media (max-width: 991px) {
  .ny-leader ul li {
    width: 100%;
  }
}

/*技术实力*/
.ny-tech {
  background: #fff;
}
.ny-tech .ny-tech-img img {
  width: 100%;
}
.ny-tech .ny-tech-content {
  padding: 50px 0px;
}
.ny-tech .ny-tech-content .ny-tech-title {
  font-size: 80px;
  color: #fdba33;
}
.ny-tech .ny-tech-content .ny-tech-intro {
  font-size: 16px;
  font-weight: lighter;
  padding-left: 100px;
}
.ny-tech .swiper-pagination {
  text-align: left;
}
.ny-tech .swiper-pagination .swiper-pagination-bullet {
  background: #f5f5f5;
  width: 98px;
  text-align: center;
  line-height: 30px;
  height: 100px;
  font-size: 30px;
  padding-top: 60px;
  font-weight: lighter;
  color: #231f20;
  border-radius: 3px;
  opacity: 0.8;
}
.ny-tech .swiper-pagination .swiper-pagination-bullet-active {
  background: #fdba33;
}
@media (max-width: 767px) {
  .ny-tech .ny-tech-content .ny-tech-title {
    font-size: 40px;
  }
  .ny-tech .ny-tech-content .ny-tech-intro {
    font-size: 14px;
    padding-left: 0px;
  }
  .ny-tech .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    line-height: 30px;
    height: 50px;
    font-size: 20px;
    padding-top: 20px;
  }
}
/* 联系我们 */
.contact .contact-title {
  font-size: 20px;
  font-weight: bold;
}
.contact ul li {
  text-align: center;
  margin: 40px 0px;
}
.contact ul li p {
  padding: 15px 0px;
  line-height: 1.1;
  font-size: 16px;
}
.contact ul li span {
  font-size: 32px;
  display: inline-block;
  width: 110px;
  height: 110px;
  background: #fafafa;
  line-height: 110px;
  border-radius: 100%;
}
.contact .cimg {
  padding: 20px;
  width: 130px;
}
.map {
  border: 1px solid #efefef;
  padding: 5px;
  background: #fff;
}
.map img {
  width: auto;
  max-width: none;
}
.BMap_stdMpCtrl,
.BMapLabel,
.BMap_omCtrl {
  display: none !important;
}
/* 在线留言 */
.message .msg-txt {
  margin-bottom: 20px;
}
.message .input{
  display: flex;
  align-items: center;
}
.message .input span{
  width: 20%;
  padding: 6px 5px 6px 0px;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}
.message .input1{
  width: 80%;
  padding: 5px 8px;
  margin-right: 8px;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.message .input1 input{
  width: 90%;
  padding: 5px 8px;
  margin-right: 5px;
  border-radius: 0;
}
.message .input1 textarea{
  width: 90%;
  padding: 5px 8px;
  margin-right: 8px;
  border-radius: 0;
}
.message .input1 .login_verification{
  width: 40%;
  border: 1px solid #e3e3e3;
}
.message .input .info{
  padding-left: 15px;
  color: #f00;
}
.message .input1 img{
  width: 40px;
  height: 20px;
}

.message-btn button {
  display: inline-block;
  zoom: 1;
  vertical-align: baseline;
  outline: none;
  cursor: pointer; 
  padding: 10px 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  border-radius: 2px;
  color: #fef4e9;
  border: solid 1px #7ab80c;
  background: #8ec42e;
}
/* 搜索页面 */
.ny-search .ny-search-box {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .contact ul li {
    text-align: left;
    margin: 10px 0px;
  }
  .contact .contact-title {
    font-size: 18px;
  }
  .contact ul li span {
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    float: left;
  }
  .contact ul li p {
    padding: 5px 0px;
  }
  .messsage {
    margin-top: 20px;
  }
}
/* 产品列表 */
.product-text-content {
  margin-top: 20px;
}
.product-text-content table td {
  font-size: 14px;
}
.firstRow th,
.firstRow td {
  border-left: none;
  border-right: none;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 13px 0px 13px 0px;
  line-height: 20px;
}
.firstRow th {
  white-space: nowrap;
  padding: 0px 10px 0px 10px;
}
.product-text-img {
  width: 25%;
  margin: auto;
}